home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / aquaria.swf / scripts / DefineButton2_690 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2005-11-09  |  142 b   |  12 lines

  1. on(release){
  2.    if(en2pass == "427598")
  3.    {
  4.       enlv = 2;
  5.       gotoAndPlay(1193);
  6.    }
  7.    else
  8.    {
  9.       en2pass = "";
  10.    }
  11. }
  12.